GetNode(Object[]) Method
Returns the specified node in the tree using the path created with the parts of the path.

C# Syntax

ITreeViewNode GetNode( 
   params object[] pathParts
)

Parameters

pathParts
The parts of the tree path. This can include the logical name(string), full path(comma-separated strings), or index (0-based).

Return Value

An ITreeViewNode object corresponding to the given path.